Conversation
ℹ️ Artifact update noticeFile name: docs/en/getting-started/quickstart/go/adkgo/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: docs/en/samples/pre_post_processing/go/adk/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
/gcbrun |
Summary of ChangesHello @renovate-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a comprehensive update of numerous Go module dependencies across the project. The updates range from minor version bumps to patch releases, covering a wide array of libraries including Google Cloud services, various database connectors, OpenTelemetry components, and general-purpose utilities. The primary goal is to ensure the project benefits from the latest features, performance improvements, and bug fixes provided by these upstream dependencies, maintaining compatibility and leveraging recent advancements in the Go ecosystem. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates numerous Go dependencies. I've reviewed the changelogs for the updated packages and have identified a few potentially breaking changes or significant behavior modifications that require attention:
github.com/ClickHouse/clickhouse-go/v2: Default gzip compression is now disabled, which could affect performance and connectivity.github.com/trinodb/trino-go-client: A breaking change was introduced in DSN parsing.github.com/openai/openai-go/v3: A large version jump that may include subtle breaking changes.github.com/go-playground/validator/v10: Validation behavior has changed for some rules.
I've added specific comments on the relevant go.mod files with more details. Please review these points and test the application thoroughly before merging to ensure a smooth upgrade.
| require ( | ||
| github.com/googleapis/mcp-toolbox-sdk-go v0.4.0 | ||
| github.com/openai/openai-go/v3 v3.8.1 | ||
| github.com/openai/openai-go/v3 v3.15.0 |
There was a problem hiding this comment.
This is a significant version jump from v3.8.1 to v3.15.0. While it's a minor version update according to semver, the range is large and the release notes mention some changes like "rename param to avoid collision" which could be breaking. Given the openAI quickstart depends on this, it's crucial to perform thorough testing to ensure compatibility and that all functionalities work as expected.
| github.com/thlib/go-timezone-local v0.0.7 | ||
| github.com/trinodb/trino-go-client v0.330.0 | ||
| github.com/valkey-io/valkey-go v1.0.68 | ||
| github.com/trinodb/trino-go-client v0.333.0 |
There was a problem hiding this comment.
Version v0.331.0 of this library, included in this update, introduces a breaking change related to DSN parsing by adding the ParseDSNToConfig function. If you are using DSN strings to configure your Trino client, you may need to update your code to use the new function or adjust your configuration approach. Please review the library's release notes and update your code if necessary.
ef213e5 to
86d06c2
Compare
|
/gcbrun |
86d06c2 to
8064ec8
Compare
|
/gcbrun |
8064ec8 to
a3f0e80
Compare
|
/gcbrun |
a3f0e80 to
8678f3e
Compare
|
/gcbrun |
8678f3e to
d10d82d
Compare
|
/gcbrun |
d10d82d to
3a507c0
Compare
|
/gcbrun |
|
/gcbrun |
27 similar comments
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
This PR contains the following updates:
v1.17.3→v1.18.0v1.42.0→v1.43.0v1.20.1→v1.20.2v0.7.0→v0.8.0v2.12.0→v2.12.1v1.4.0→v1.5.0v0.6.2→v0.7.0v0.6.0→v0.7.0v0.6.0→v0.7.0v5.8.0→v5.9.1v0.26.2→v0.26.6v0.9.15→v0.9.16v3.8.1→v3.29.0v0.40.0→v0.41.0v0.40.0→v0.41.0v1.0.72→v1.0.731.25.8→1.26.1v0.66.0→v0.67.0v1.41.0→v1.42.0v1.41.0→v1.42.0v1.41.0→v1.42.0v1.41.0→v1.42.0v1.41.0→v1.42.0v1.41.0→v1.42.0v1.41.0→v1.42.0v0.35.0→v0.36.0v0.3.0→v0.6.0v0.269.0→v0.272.0v1.49.0→v1.51.0v1.43.0→v1.51.0v1.36.0→v1.51.0v1.45.0→v1.51.0a57be14→d00831av1.46.1→v1.47.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
googlecloudplatform/alloydb-go-connector (cloud.google.com/go/alloydbconn)
v1.18.0Compare Source
Features
googlecloudplatform/cloud-sql-go-connector (cloud.google.com/go/cloudsqlconn)
v1.20.2Compare Source
Bug Fixes
Note
googleapis/google-cloud-go (cloud.google.com/go/geminidataanalytics)
v0.8.0Compare Source
couchbase/gocb (github.com/couchbase/gocb/v2)
v2.12.1Compare Source
jackc/pgx (github.com/jackc/pgx/v5)
v5.9.1Compare Source
v5.9.0Compare Source
nakagami/firebirdsql (github.com/nakagami/firebirdsql)
v0.9.16Compare Source
openai/openai-go (github.com/openai/openai-go/v3)
v3.29.0Compare Source
3.29.0 (2026-03-17)
Full Changelog: v3.28.0...v3.29.0
Features
Chores
v3.28.0Compare Source
3.28.0 (2026-03-14)
Full Changelog: v3.27.0...v3.28.0
Features
⚠ BREAKING CHANGES
voiceparam and resouce has changed from astringto astring | {id: string}. This is a breaking change for Go.v3.27.0Compare Source
3.27.0 (2026-03-13)
Full Changelog: v3.26.0...v3.27.0
Features
Chores
v3.26.0Compare Source
3.26.0 (2026-03-05)
Full Changelog: v3.25.0...v3.26.0
Features
v3.25.0Compare Source
3.25.0 (2026-03-05)
Full Changelog: v3.24.0...v3.25.0
Features
Bug Fixes
Chores
v3.24.0Compare Source
3.24.0 (2026-02-24)
Full Changelog: v3.23.0...v3.24.0
Features
Bug Fixes
Chores
jsontags toapi(0735303)v3.23.0Compare Source
3.23.0 (2026-02-24)
Full Changelog: v3.22.1...v3.23.0
Features
v3.22.1Compare Source
3.22.1 (2026-02-23)
Full Changelog: v3.22.0...v3.22.1
Bug Fixes
Chores
Documentation
v3.22.0Compare Source
3.22.0 (2026-02-13)
Full Changelog: v3.21.0...v3.22.0
Features
Bug Fixes
Documentation
v3.21.0Compare Source
3.21.0 (2026-02-10)
Full Changelog: v3.20.0...v3.21.0
Features
v3.20.0Compare Source
3.20.0 (2026-02-10)
Full Changelog: v3.19.0...v3.20.0
Features
v3.19.0Compare Source
3.19.0 (2026-02-09)
Full Changelog: v3.18.0...v3.19.0
Features
v3.18.0Compare Source
3.18.0 (2026-02-05)
Full Changelog: v3.17.0...v3.18.0
Features
Bug Fixes
find_in_pageaction (4b5d499)Chores
Documentation
api.mdby standalone resources (aeed37b)v3.17.0Compare Source
3.17.0 (2026-01-27)
Full Changelog: v3.16.0...v3.17.0
Features
Bug Fixes
Chores
actions/checkoutversion (2db54a5)v3.16.0Compare Source
3.16.0 (2026-01-09)
Full Changelog: v3.15.0...v3.16.0
Features
Bug Fixes
Chores
Documentation
v3.15.0Compare Source
3.15.0 (2025-12-19)
Full Changelog: v3.14.0...v3.15.0
Bug Fixes
Chores
v3.14.0Compare Source
3.14.0 (2025-12-16)
Full Changelog: v3.13.0...v3.14.0
Features
v3.13.0Compare Source
3.13.0 (2025-12-15)
Full Changelog: v3.12.0...v3.13.0
Features
Bug Fixes
v3.12.0Compare Source
Full Changelog: v3.12.0...v3.13.0
Features
Bug Fixes
v3.11.0Compare Source
3.11.0 (2025-12-10)
Full Changelog: v3.10.0...v3.11.0
Features
Bug Fixes
Chores
v3.10.0Compare Source
3.10.0 (2025-12-04)
Full Changelog: v3.9.0...v3.10.0
Features
v3.9.0Compare Source
Full Changelog: v3.9.0...v3.10.0
Features
testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)
v0.41.0Compare Source
What's Changed
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
valkey-io/valkey-go (github.com/valkey-io/valkey-go)
v1.0.73: 1.0.73Compare Source
Changes
INFOcommand (#966)Contributors
We'd like to thank all the contributors who worked on this release!
@HurSungYun, @SoulPancake, @akshaykhairmode, @gaiaz-iusipov, @jinbum-kim, @piyongcai-liucai and @rueian
golang/go (go)
v1.26.1v1.26.0open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.42.0: /v0.64.0/v0.18.0/v0.0.16Compare Source
Added
go.opentelemetry.io/otel/semconv/v1.40.0package.The package contains semantic conventions from the
v1.40.0version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.39.0. (#7985)ErrandSetErronRecordingo.opentelemetry.io/otel/logto attach an error and set record exception attributes ingo.opentelemetry.io/otel/log/sdk. (#7924)Changed
TracerProvider.ForceFlushingo.opentelemetry.io/otel/sdk/tracejoins errors together and continues iteration through SpanProcessors as opposed to returning the first encountered error without attempting exports on subsequent SpanProcessors. (#7856)Fixed
request.GetBodyingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttpto correctly handle HTTP2 GOAWAY frame. (#7931)go.opentelemetry.io/otel/propagation. (#7834)Removed
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.